home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / agrep301.zip / CLUSTER.TXT < prev    next >
Text File  |  1994-03-12  |  3KB  |  81 lines

  1. ClusterView v1.04             11th March 1994           (C) Yves Roumazeilles
  2. ─────────────────────────────────────────────────────────────────────────────
  3.  
  4. ClusterView is a Windows application designed to help handle text
  5. searching tasks in a group of large files. The most prominent features
  6. are:
  7.  
  8. - grouping of documents in a structure named "cluster". This allows to
  9. consult simultaneously various files you decide to link together
  10. according to your needs. Various operations (other than mere viewing)
  11. can be applied to the documents of a cluster.
  12.  
  13. - files viewing is not limited by any constraints of size. You can be
  14. viewing anything you want (even gigabytes files if your computer has
  15. them readable - e.g. from a network).
  16.  
  17. - some display processing allows to filter/modify the presentation of
  18. data to the document window.
  19.  
  20. - approximative search based on Baeza-Yates algorithm to find a pattern
  21. which is only partly known (also known as search with erroneous
  22. patterns). For example, you can search for "pattern" with 1 error (at
  23. most) and it will match "pattern", "pittern" and "Pattern" while
  24. stepping over "lantern" (2 errors).
  25.  
  26. - search modelled on the Unix utility named GREP. It is particularly
  27. useful for complex searching with the help of its specific search
  28. "language" to describe the pattern you look for. For example, you can
  29. search for "^pattern" to look for "pattern" at the beginning of a line;
  30. or for "[pl]a[nt]tern" to look for either "pattern" or "lantern". Look
  31. into the Help file for an extensive description of the pattern language.
  32.  
  33. Both search methods are particularly useful to tackle large amounts of
  34. data when you are looking for important but difficult to locate data.
  35.  
  36.  
  37. The Windows help file gives detailed information about using it.
  38.  
  39. File List:
  40.  
  41.    CLUSTER.EXE  The executable file
  42.    CLUSTER.HLP  Help file
  43.    CLUSTER.TXT  This file
  44.    AGREP.DLL    Support DLL
  45.  
  46.    AGREP.TXT    Description of the AGrep Search Engine support DLL
  47.    BITLIST.TXT  Description of the BitList Engine
  48.    ORDER.TXT    Minimal order form
  49.  
  50.  
  51. To install ClusterView, simply put all the files in any directory
  52. already included in your path (C:\WINDOWS is suggested). If you already
  53. have an earlier version of ClusterView, replace its old files by the new
  54. ones.
  55.  
  56. If Windows cannot find the DLL when the application is run, make sure it
  57. is in a directory on your path, and try again. Eventually, move
  58. AGREP.DLL to the C:\WINDOWS directory.
  59.  
  60.  
  61. ClusterView is shareware. It it not Public Domain or Free. 
  62. See the help file for shareware information and extensive description of
  63. the registration steps (including a number of registration sites
  64. accepting 800-calls or credit cards).
  65.  
  66. If you cannot find the Help file and its registration forms, use the
  67. minimal form file ORDER.TXT and mail it with your payment to the address
  68. shown.
  69.  
  70.  
  71. If you find ClusterView useful, do the decent thing and register!
  72.  
  73.  
  74.  
  75. In return you will receive:
  76.     - a registration number to identify yourself,
  77.     - the full ClusterView application (in its latest version)
  78.     - help file
  79.     - sample cluster files for you to modify
  80.     - support thru Email and Fax
  81.